Html Css Color HEX #3B3600 Karaka

📋 copy color: '#3B3600'

red 59 ◦ green 54 ◦ blue 0

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

Shades of Karaka #3B3600

Tints of Karaka #3B3600

RGB

 RED value IS 59 (23.44% from 255) = 52.21%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.21%
G = 47.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3B3600 (or 0x3B3600) is known color: Karaka. HEX triplet: 3B, 36 and 00. RGB value is (59,54,0). Sum of RGB (Red+Green+Blue) = 59+54+0=113 (14% of max value = 765). Red value is 59 (23.44% from 255 or 52.21% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3600 is #C4C9FF. Grayscale: #313131. Windows color (decimal): -12896768 or 13883. OLE color: 13883.

HSL color Cylindrical-coordinate representation of color #3B3600: hue angle of 54.92º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B3600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 54 0 -
CMYK 0 0.08 1 0.77
HSL 54.92º 1% 0.12% -
HSV(B) 54.92º 1% 0.23% -
XYZ 3.12 3.57 0.52 -
YUV 49.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 59 54 0 0 0.08 1 0.77 54.92 1 0.12
Hex 3B 36 0 0 8 64 4D 37 64 C
Octal 73 66 0 0 10 144 115 67 144 14
Binary 111011 110110 0 0 1000 1100100 1001101 110111 1100100 1100

Color Harmonies of #3B3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3600

Black with #3B3600

Text Example


Text Example

White with #3B3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3600; }

 p { color: rgb(59,54,0); }

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

background-color css

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

 a { background-color: rgb(59,54,0); }

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

border-color css

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

 span { border-color: rgb(59,54,0); }

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