Html Css Color HEX #363404 Karaka

📋 copy color: '#363404'

red 54 ◦ green 52 ◦ blue 4

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

Shades of Karaka #363404

Tints of Karaka #363404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 49.09%
G = 47.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.79

RGB Variations

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

Color information

#363404 (or 0x363404) is known color: Karaka. HEX triplet: 36, 34 and 04. RGB value is (54,52,4). Sum of RGB (Red+Green+Blue) = 54+52+4=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #363404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363404 is #C9CBFB. Grayscale: #2F2F2F. Windows color (decimal): -13224956 or 275510. OLE color: 275510.

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

Color convert

RGB 54 52 4 -
CMYK 0 0.04 0.93 0.79
HSL 57.6º 0.86% 0.11% -
HSV(B) 57.6º 0.93% 0.21% -
XYZ 2.77 3.25 0.6 -
YUV 47.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 54 52 4 0 0.04 0.93 0.79 57.6 0.86 0.11
Hex 36 34 4 0 4 5D 4F 3A 56 B
Octal 66 64 4 0 4 135 117 72 126 13
Binary 110110 110100 100 0 100 1011101 1001111 111010 1010110 1011

Color Harmonies of #363404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363404

Black with #363404

Text Example


Text Example

White with #363404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363404; }

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

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

background-color css

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

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

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

border-color css

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

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

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