Html Css Color HEX #383507 Karaka

📋 copy color: '#383507'

red 56 ◦ green 53 ◦ blue 7

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

Shades of Karaka #383507

Tints of Karaka #383507

RGB

 RED value IS 56 (22.27% from 255) = 48.28%

 GREEN value IS 53 (21.09% from 255) = 45.69%

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

R = 48.28%
G = 45.69%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#383507 (or 0x383507) is known color: Karaka. HEX triplet: 38, 35 and 07. RGB value is (56,53,7). Sum of RGB (Red+Green+Blue) = 56+53+7=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #383507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383507 is #C7CAF8. Grayscale: #303030. Windows color (decimal): -13093625 or 472376. OLE color: 472376.

HSL color Cylindrical-coordinate representation of color #383507: hue angle of 56.33º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #383507 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 7 -
CMYK 0 0.05 0.88 0.78
HSL 56.33º 0.78% 0.12% -
HSV(B) 56.33º 0.88% 0.22% -
XYZ 2.94 3.4 0.7 -
YUV 48.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 56 53 7 0 0.05 0.88 0.78 56.33 0.78 0.12
Hex 38 35 7 0 5 58 4E 38 4E C
Octal 70 65 7 0 5 130 116 70 116 14
Binary 111000 110101 111 0 101 1011000 1001110 111000 1001110 1100

Color Harmonies of #383507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383507

Black with #383507

Text Example


Text Example

White with #383507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383507; }

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

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

background-color css

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

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

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

border-color css

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

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

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