Html Css Color HEX #3B3807 Karaka

📋 copy color: '#3B3807'

red 59 ◦ green 56 ◦ blue 7

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

Shades of Karaka #3B3807

Tints of Karaka #3B3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.9%

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

R = 48.36%
G = 45.9%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.77

RGB Variations

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

Color information

#3B3807 (or 0x3B3807) is known color: Karaka. HEX triplet: 3B, 38 and 07. RGB value is (59,56,7). Sum of RGB (Red+Green+Blue) = 59+56+7=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3807 is #C4C7F8. Grayscale: #333333. Windows color (decimal): -12896249 or 473147. OLE color: 473147.

HSL color Cylindrical-coordinate representation of color #3B3807: hue angle of 56.54º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B3807 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 7 -
CMYK 0 0.05 0.88 0.77
HSL 56.54º 0.79% 0.13% -
HSV(B) 56.54º 0.88% 0.23% -
XYZ 3.26 3.77 0.76 -
YUV 51.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 59 56 7 0 0.05 0.88 0.77 56.54 0.79 0.13
Hex 3B 38 7 0 5 58 4D 39 4F D
Octal 73 70 7 0 5 130 115 71 117 15
Binary 111011 111000 111 0 101 1011000 1001101 111001 1001111 1101

Color Harmonies of #3B3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3807

Black with #3B3807

Text Example


Text Example

White with #3B3807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,7); }

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

background-color css

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

 a { background-color: rgb(59,56,7); }

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

border-color css

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

 span { border-color: rgb(59,56,7); }

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