Html Css Color HEX #35350A Karaka

📋 copy color: '#35350A'

red 53 ◦ green 53 ◦ blue 10

#35350A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #35350A

Tints of Karaka #35350A

RGB

 RED value IS 53 (21.09% from 255) = 45.69%

 GREEN value IS 53 (21.09% from 255) = 45.69%

 BLUE value IS 10 (4.3% from 255) = 8.62%

R = 45.69%
G = 45.69%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#35350A (or 0x35350A) is known color: Karaka. HEX triplet: 35, 35 and 0A. RGB value is (53,53,10). Sum of RGB (Red+Green+Blue) = 53+53+10=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350A is #CACAF5. Grayscale: #303030. Windows color (decimal): -13290230 or 668981. OLE color: 668981.

HSL color Cylindrical-coordinate representation of color #35350A: hue angle of 60º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35350A is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 53 10 -
CMYK 0 0 0.81 0.79
HSL 60º 0.68% 0.12% -
HSV(B) 60º 0.81% 0.21% -
XYZ 2.8 3.33 0.78 -
YUV 48.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 53 53 10 0 0 0.81 0.79 60 0.68 0.12
Hex 35 35 A 0 0 51 4F 3C 44 C
Octal 65 65 12 0 0 121 117 74 104 14
Binary 110101 110101 1010 0 0 1010001 1001111 111100 1000100 1100

Color Harmonies of #35350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35350A

Black with #35350A

Text Example


Text Example

White with #35350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35350A; }

 p { color: rgb(53,53,10); }

 H1.HeaderClassName
 {
   color: #35350A;
 }
 .AnyTagClassName
 {
   color: #35350A;
 }
</style>

background-color css

<style>
 a { background-color: #35350A; }

 a { background-color: rgb(53,53,10); }

 div.DivClassName
 {
   background-color: #35350A;
 }
 .BgClassName
 {
   background-color: #35350A;
 }
</style>

border-color css

<style>
 span { border-color: #35350A; }

 span { border-color: rgb(53,53,10); }

 td.TdClassName
 {
   border-color: #35350A;
 }
 .TagClassName
 {
   border-color: #35350A;
 }
</style>