Html Css Color HEX #363308 Karaka

📋 copy color: '#363308'

red 54 ◦ green 51 ◦ blue 8

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

Shades of Karaka #363308

Tints of Karaka #363308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.13%

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 47.79%
G = 45.13%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#363308 (or 0x363308) is known color: Karaka. HEX triplet: 36, 33 and 08. RGB value is (54,51,8). Sum of RGB (Red+Green+Blue) = 54+51+8=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #363308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363308 is #C9CCF7. Grayscale: #2F2F2F. Windows color (decimal): -13225208 or 537398. OLE color: 537398.

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

Color convert

RGB 54 51 8 -
CMYK 0 0.06 0.85 0.79
HSL 56.09º 0.74% 0.12% -
HSV(B) 56.09º 0.85% 0.21% -
XYZ 2.75 3.17 0.7 -
YUV 47 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 54 51 8 0 0.06 0.85 0.79 56.09 0.74 0.12
Hex 36 33 8 0 6 55 4F 38 4A C
Octal 66 63 10 0 6 125 117 70 112 14
Binary 110110 110011 1000 0 110 1010101 1001111 111000 1001010 1100

Color Harmonies of #363308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363308

Black with #363308

Text Example


Text Example

White with #363308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363308; }

 p { color: rgb(54,51,8); }

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

background-color css

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

 a { background-color: rgb(54,51,8); }

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

border-color css

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

 span { border-color: rgb(54,51,8); }

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