Html Css Color HEX #36341C Karaka

📋 copy color: '#36341C'

red 54 ◦ green 52 ◦ blue 28

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

Shades of Karaka #36341C

Tints of Karaka #36341C

RGB

 RED value IS 54 (21.48% from 255) = 40.3%

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

 BLUE value IS 28 (11.33% from 255) = 20.9%

R = 40.3%
G = 38.81%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36341C (or 0x36341C) is known color: Karaka. HEX triplet: 36, 34 and 1C. RGB value is (54,52,28). Sum of RGB (Red+Green+Blue) = 54+52+28=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 54 - color contains mainly: red. Hex color #36341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36341C is #C9CBE3. Grayscale: #313131. Windows color (decimal): -13224932 or 1848374. OLE color: 1848374.

HSL color Cylindrical-coordinate representation of color #36341C: hue angle of 55.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36341C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 52 28 -
CMYK 0 0.04 0.48 0.79
HSL 55.38º 0.32% 0.16% -
HSV(B) 55.38º 0.48% 0.21% -
XYZ 2.96 3.32 1.58 -
YUV 49.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 54 52 28 0 0.04 0.48 0.79 55.38 0.32 0.16
Hex 36 34 1C 0 4 30 4F 37 20 10
Octal 66 64 34 0 4 60 117 67 40 20
Binary 110110 110100 11100 0 100 110000 1001111 110111 100000 10000

Color Harmonies of #36341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36341C

Black with #36341C

Text Example


Text Example

White with #36341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,52,28); }

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

background-color css

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

 a { background-color: rgb(54,52,28); }

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

border-color css

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

 span { border-color: rgb(54,52,28); }

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