Html Css Color HEX #363402 Karaka

📋 copy color: '#363402'

red 54 ◦ green 52 ◦ blue 2

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

Shades of Karaka #363402

Tints of Karaka #363402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 50%
G = 48.15%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#363402 (or 0x363402) is known color: Karaka. HEX triplet: 36, 34 and 02. RGB value is (54,52,2). Sum of RGB (Red+Green+Blue) = 54+52+2=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #363402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363402 is #C9CBFD. Grayscale: #2F2F2F. Windows color (decimal): -13224958 or 144438. OLE color: 144438.

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

Color convert

RGB 54 52 2 -
CMYK 0 0.04 0.96 0.79
HSL 57.69º 0.93% 0.11% -
HSV(B) 57.69º 0.96% 0.21% -
XYZ 2.76 3.24 0.54 -
YUV 46.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 54 52 2 0 0.04 0.96 0.79 57.69 0.93 0.11
Hex 36 34 2 0 4 60 4F 3A 5D B
Octal 66 64 2 0 4 140 117 72 135 13
Binary 110110 110100 10 0 100 1100000 1001111 111010 1011101 1011

Color Harmonies of #363402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363402

Black with #363402

Text Example


Text Example

White with #363402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363402; }

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

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

background-color css

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

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

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

border-color css

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

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

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