Html Css Color HEX #363407 Karaka

📋 copy color: '#363407'

red 54 ◦ green 52 ◦ blue 7

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

Shades of Karaka #363407

Tints of Karaka #363407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.19%

R = 47.79%
G = 46.02%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#363407 (or 0x363407) is known color: Karaka. HEX triplet: 36, 34 and 07. RGB value is (54,52,7). Sum of RGB (Red+Green+Blue) = 54+52+7=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #363407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363407 is #C9CBF8. Grayscale: #2F2F2F. Windows color (decimal): -13224953 or 472118. OLE color: 472118.

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

Color convert

RGB 54 52 7 -
CMYK 0 0.04 0.87 0.79
HSL 57.45º 0.77% 0.12% -
HSV(B) 57.45º 0.87% 0.21% -
XYZ 2.79 3.26 0.68 -
YUV 47.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 54 52 7 0 0.04 0.87 0.79 57.45 0.77 0.12
Hex 36 34 7 0 4 57 4F 39 4D C
Octal 66 64 7 0 4 127 117 71 115 14
Binary 110110 110100 111 0 100 1010111 1001111 111001 1001101 1100

Color Harmonies of #363407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363407

Black with #363407

Text Example


Text Example

White with #363407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363407; }

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

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

background-color css

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

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

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

border-color css

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

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

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