Html Css Color HEX #35340C Karaka

📋 copy color: '#35340C'

red 53 ◦ green 52 ◦ blue 12

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

Shades of Karaka #35340C

Tints of Karaka #35340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.44%

 BLUE value IS 12 (5.08% from 255) = 10.26%

R = 45.3%
G = 44.44%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35340C (or 0x35340C) is known color: Karaka. HEX triplet: 35, 34 and 0C. RGB value is (53,52,12). Sum of RGB (Red+Green+Blue) = 53+52+12=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340C is #CACBF3. Grayscale: #2F2F2F. Windows color (decimal): -13290484 or 799797. OLE color: 799797.

HSL color Cylindrical-coordinate representation of color #35340C: hue angle of 58.54º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35340C is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 52 12 -
CMYK 0 0.02 0.77 0.79
HSL 58.54º 0.63% 0.13% -
HSV(B) 58.54º 0.77% 0.21% -
XYZ 2.76 3.24 0.83 -
YUV 47.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 53 52 12 0 0.02 0.77 0.79 58.54 0.63 0.13
Hex 35 34 C 0 2 4D 4F 3B 3F D
Octal 65 64 14 0 2 115 117 73 77 15
Binary 110101 110100 1100 0 10 1001101 1001111 111011 111111 1101

Color Harmonies of #35340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35340C

Black with #35340C

Text Example


Text Example

White with #35340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35340C; }

 p { color: rgb(53,52,12); }

 H1.HeaderClassName
 {
   color: #35340C;
 }
 .AnyTagClassName
 {
   color: #35340C;
 }
</style>

background-color css

<style>
 a { background-color: #35340C; }

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

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

border-color css

<style>
 span { border-color: #35340C; }

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

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